GBB: GByeBye
Copyright (C) 2007 Trans-Center, Fallen_Soul, Odin
==================================================

Menu
====
1. Informations
	1.1. Description
	1.2. Authors
	1.3. Contacts
	1.5. Dependencies
		1.5.1. Python
		1.5.2. Psyco (Optional)
2. How to use
3. Changelog
	3.1. Version 0
4. TODO List

1. Informations
===============

	1.1. Description
	----------------
		GBB or GByeBye is a program that allows you to decompress
	or compress Gameboy Advance especific data called from BIOS
	routines.
	
	1.2. Authors
	------------
		Israel Crisanto, as know as Fallen_Soul
		Sandro Dutra, as know as Odin.

	1.3. Contacts
	-------------
		Visit #trans-center@irc.irchighwaynet and our site
	http://www.trans-center.org, don't forget to visit the F.U.T.
	the bulletin board of the Brazilian ROMHacking Community in
	http://www.forumunificado.org.

	1.5. Dependencies
	-----------------

		1.5.1. Python: http://www.python.org/
			You've to use the Python Programming Language 2.4
		if you intend to run from sources.

		1.5.2. Psyco (Optional): http://psyco.sourceforge.net/
			Psyco is a Python extension that can speedup any
		Python Code, in GBB it's optional, but important.

2. How to use
=============
	First, you've to have previous knowledgement of where compressed data
is, after this, you've to indicate this address in the file "config.xml" with
the tag "<address>".

	Now, you can excute the program, feed him with the rom filename and
choose action 1, to decompress and action 2 to compress, don't forget in this
version, GBB only decompress LZ77 routines.

3. Chagelog
===========
	3.1. Version 0.1
	----------------
		* Initial release;
		* Configurations in XML;
		* Addes suport do LZ77 decompression.

4. TODO List
============
	* Change the structure of algorithm reconization to make this task
	automatic;
	* Add support for LZ77 compression;
	* Add support for RL decompression;
	* Add support for RL compression;
	* Add support for Huffman decompression;
	* Add support for Huffman compression;
	* Change the XML structure to receive address for various games;
	* Create a GUI with wxPython.			